home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / 1122.ZIP / COMMIE.DOC < prev    next >
Text File  |  1988-06-29  |  49KB  |  1,278 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.                 C O M M I E
  13.                 ===========
  14.  
  15.  
  16.             A Public Domain Communications Package
  17.  
  18.                    from
  19.  
  20.                  D. P. Software Ltd.
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.     COMMIE  is    a straightforward,   simple-to-use  communications  package
  30.     designed  specifically for calling bulletin boards.  It has a number of
  31.     features designed to make life easy:
  32.  
  33.  
  34.     *  Built-in telephone directories - as many as you like.
  35.  
  36.     *  Up to 9 different modem types supported.
  37.  
  38.     *  A separate log file may be kept for each Bulletin Board.
  39.  
  40.     *  Automatic logging of each call made.
  41.  
  42.     *  User-definable function key macros.
  43.  
  44.     *  External file transfer protocols - add your own.
  45.  
  46.     *  Optional error correction for modems that support it.
  47.  
  48.     *  Built-in ANSI graphics support.
  49.  
  50.     *  Built-in message editor.
  51.  
  52.  
  53.     =======================================================================
  54.  
  55.          C O M M I E   I S   P U B L I C   D O M A I N
  56.  
  57.     This means that you are free to copy it,  pass it on, and use it in any
  58.     way  you  wish.  You are NOT free to sell it for profit or offer it  as
  59.     part of a bundled software package for commercial gain.
  60.  
  61.     =======================================================================
  62.  
  63.  
  64.  
  65.     CONTENTS                                 Page 2
  66.     =======================================================================
  67.  
  68.     SETTING UP COMMIE .. .. .. .. .. .. .. .. .. .. .. .. .. .. ..    3
  69.         Serial Port Settings  .. .. .. .. .. .. .. .. .. .. ..    4
  70.         Strings sent to modem .. .. .. .. .. .. .. .. .. .. ..    5
  71.         Strings received from modem .. .. .. .. .. .. .. .. ..    7
  72.         Filenames and Paths   .. .. .. .. .. .. .. .. .. .. ..    8
  73.         General Configuration .. .. .. .. .. .. .. .. .. .. ..    9
  74.         Screen colours    .. .. .. .. .. .. .. .. .. .. .. .. .. 10
  75.  
  76.     FUNCTION KEY MACROS  .. .. .. .. .. .. .. .. .. .. .. .. .. .. 11
  77.  
  78.     DIALLING DIRECTORY   .. .. .. .. .. .. .. .. .. .. .. .. .. .. 12
  79.         The Directory screen  .. .. .. .. .. .. .. .. .. .. .. 12
  80.         Adding an entry .. .. .. .. .. .. .. .. .. .. .. .. .. 13
  81.         Editing (changing) an entry .. .. .. .. .. .. .. .. .. 14
  82.         Deleting an entry  .. .. .. .. .. .. .. .. .. .. .. .. 14
  83.         Finding an entry   .. .. .. .. .. .. .. .. .. .. .. .. 14
  84.         Changing directories  .. .. .. .. .. .. .. .. .. .. .. 14
  85.  
  86.     THE LINE EDITOR   .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. 15
  87.  
  88.     CALLING A BULLETIN BOARD   .. .. .. .. .. .. .. .. .. .. .. .. 16
  89.         Automatic dialling .. .. .. .. .. .. .. .. .. .. .. .. 16
  90.         Manual dialling .. .. .. .. .. .. .. .. .. .. .. .. .. 16
  91.  
  92.     THE TERMINAL SCREEN  .. .. .. .. .. .. .. .. .. .. .. .. .. .. 17
  93.  
  94.     THE STATUS LINE   .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. 18
  95.  
  96.     FILE TRANSFER  .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. 19
  97.         File transfer protocols  .. .. .. .. .. .. .. .. .. .. 19
  98.         Uploading (sending) files   .. .. .. .. .. .. .. .. .. 20
  99.         Downloading (receiving) files  .. .. .. .. .. .. .. .. 21
  100.         Adding your own external protocols   .. .. .. .. .. .. 22
  101.  
  102.     THE MESSAGE EDITOR   .. .. .. .. .. .. .. .. .. .. .. .. .. .. 23
  103.         Using the Message Editor .. .. .. .. .. .. .. .. .. .. 23
  104.         Uploading messages to a Bulletin Board    .. .. .. .. .. 23
  105.  
  106.     COMMAND SUMMARY   .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. 24
  107.         Commands available from the Dialling screen   .. .. .. 24
  108.         Commands available from the Terminal screen   .. .. .. 25
  109.  
  110.     ACKNOWLEDGEMENTS  .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. 27
  111.  
  112.  
  113.     SETTING UP COMMIE                             Page 3
  114.     =======================================================================
  115.  
  116.     When you run COMMIE,  the first thing you see is the Dialling Directory
  117.     screen.   Before you add the details of your favourite Bulletin Boards,
  118.     however,  it is necessary to set up COMMIE to work with your particular
  119.     configuration of computer and modem.
  120.  
  121.  
  122.     Press  ALT-C,   and you will be presented with  COMMIE's  configuration
  123.     menu, containing the following options:
  124.  
  125.  
  126.     Serial Port settings         defines the serial port to be used
  127.                      and the default protocols.
  128.  
  129.     Strings sent to Modem         defines  the commands that  COMMIE
  130.                      will send to the modem in order to
  131.                      control its operation.
  132.  
  133.     Strings returned by Modem     defines the responses that  COMMIE
  134.                      can  expect  to receive  from    the
  135.                      modem.
  136.  
  137.     Filenames and Paths         defines the names used by your log
  138.                      files and key-macro files and    the
  139.                      directories   in  which  they    are
  140.                      kept.
  141.  
  142.     General configuration         defines  the way  COMMIE  operates
  143.                      and the parameters used for  auto-
  144.                      matic dialling.
  145.  
  146.     Screen colours             allows  you  to change the  screen
  147.                      colours to suit your own taste.
  148.  
  149.  
  150.     Make your choice from the menu by using the arrow keys to highlight the
  151.     required  option,  then press ENTER.   The following pages explain    the
  152.     options in detail.
  153.  
  154.  
  155.     SETTING UP COMMIE                             Page 4
  156.     =======================================================================
  157.  
  158.     SERIAL PORT SETTINGS
  159.     --------------------
  160.  
  161.     Communications port:    COMMIE    can use  Port 1 or 2.  If only    one
  162.                 serial port is fitted to your computer,  it
  163.                 will probably be configured as Port 1.
  164.  
  165.     Baud rate:        This   version    of  COMMIE   supports    the
  166.                 following baud rates:
  167.  
  168.                     300,  1275,  1200,    2400
  169.  
  170.                 1275   is  a special case in which data  is
  171.                 SENT  from  you  to the Bulletin  Board  at
  172.                 75  baud and RECEIVED by you from the Board
  173.                 at  1200  baud.  The other three baud rates
  174.                 are the same in both directions.
  175.  
  176.                 Set the baud rate to the maximum speed your
  177.                 modem is capable of.
  178.  
  179.     Parity:         The  options are ODD,  EVEN or    NONE.  Most
  180.                 British  Bulletin  Boards  (except  Prestel
  181.                 ones) operate with NONE.
  182.  
  183.     Data bits:        Options are 7 or 8. The normal setting is 8
  184.  
  185.     Stop bits:        Options are 1 or 2. The normal setting is 1
  186.  
  187.     Error correction:    Use  this  option  only if  your  modem  is
  188.                 capable  of  supporting  error    correction.
  189.                 Even then,  whether or not to enable  error
  190.                 correction  is a matter of personal  taste.
  191.                 If in doubt, leave it OFF.
  192.  
  193.  
  194.     Press  ALT-S  to  save your changes,  or ESC  to  exit  without  saving
  195.     anything.
  196.  
  197.  
  198.     SETTING UP COMMIE                             Page 5
  199.     =======================================================================
  200.  
  201.     STRINGS SENT TO MODEM
  202.     ---------------------
  203.  
  204.     The first section of this menu deals with modem types and descriptions.
  205.  
  206.     Configuration number:    You  may  specify  details  for  up  to   9
  207.                 different modem types. This number, besides
  208.                 allowing  you to specify which    modem  type
  209.                 you are configuring,  will also tell COMMIE
  210.                 which configuration to use.
  211.  
  212.     Name:            This  is your description of the modem type
  213.                 that goes with the configuration number.
  214.  
  215.  
  216.  
  217.  
  218.     The main section of the menu defines the command strings to be sent  to
  219.     the modem.
  220.  
  221.     There  are    three  special characters you can use when  defining  these
  222.     strings:
  223.  
  224.         !  represents a carriage return
  225.  
  226.         ^  indicates a control character, eg ^G means Ascii
  227.            character 7 - a beep from the speaker.
  228.  
  229.         ~  causes a delay of half a second when sent to the modem.
  230.  
  231.  
  232.     Initialisation:     This  is the string of characters  required
  233.                 to initialise the modem ready for  dialling
  234.                 out. The following example is for a Miracle
  235.                 WS4000:
  236.  
  237.                       AT S0=0 S7=50 V1 X1 !
  238.  
  239.                 ...which, being interpreted, means:
  240.  
  241.                    AT       ATtention - this is a command
  242.                    S0=0    disable auto-answer
  243.                    S7=50   time limit for carrier detect
  244.                    V1       send VERBAL results codes
  245.                    X1       select extended results codes
  246.                    !       carriage return
  247.  
  248.  
  249.     SETTING UP COMMIE                             Page 6
  250.     =======================================================================
  251.  
  252.     STRINGS SENT TO MODEM - continued
  253.     ---------------------
  254.  
  255.     Dial prefix:        The  string  of characters which  issues  a
  256.                 dial  command.     COMMIE will allow  you  to
  257.                 specify  a different string for  each  baud
  258.                 rate,  although many modems don't need this
  259.                 and  can use the same string for each rate.
  260.                 The  normal  entry for    a  Hayes-compatible
  261.                 modem  is  AT DP.  Remember NOT  to  put  a
  262.                 carriage  return  after this string  as  it
  263.                 will  be followed immediately by the number
  264.                 to be dialled.
  265.  
  266.     Dial suffix:        NOW you can put the carriage return.
  267.  
  268.     Dial cancel:        The  command  to  abort a  dial  whilst  in
  269.                 progress.  For most modems this is a simple
  270.                 carriage return.
  271.  
  272.     Hang-up:        The  command  which causes  your  modem  to
  273.                 break  connection  and    return    to  command
  274.                 mode.  For Hayes-compatible modems this  is
  275.                 usually:
  276.  
  277.                     ~~~~ +++ ~~~~ AT H0
  278.  
  279.                 Each ~ causes a delay of half a second.
  280.  
  281.     Error correction:    If  your modem supports  error    correction,
  282.                 enter the commands that enable and  disable
  283.                 it. For a Dowty Quattro, for example, these
  284.                 are AT&E2! and AT&E0! respectively.
  285.  
  286.  
  287.     Press  ALT-S  to  save your changes,  or ESC  to  exit  without  saving
  288.     anything.
  289.  
  290.  
  291.     SETTING UP COMMIE                             Page 7
  292.     =======================================================================
  293.  
  294.     STRINGS RECEIVED FROM MODEM
  295.     ---------------------------
  296.  
  297.     Just  as  in the  preceding menu, the first section of this menu  deals
  298.     with modem types and descriptions.
  299.  
  300.     Configuration number:    You  may  specify  details  for  up  to   9
  301.                 different modem types. This number, besides
  302.                 allowing  you to specify which    modem  type
  303.                 you are configuring,  will also tell COMMIE
  304.                 which configuration to use.
  305.  
  306.     Name:            This  is your description of the modem type
  307.                 that goes with the configuration number.
  308.  
  309.  
  310.  
  311.     The  main  section of the menu defines the various results    codes  that
  312.     COMMIE may expect to receive from the modem. The following examples are
  313.     for a Miracle WS4000, although the exact text may vary between modems:
  314.  
  315.     Dial failure - busy :    BUSY
  316.            no dial tone :    NO DIAL TONE
  317.           no answer :    NO CONNECT
  318.          no carrier :    NO CARRIER
  319.               other :    ERROR
  320.  
  321.     Connect         :    CONNECT
  322.     Disconnect        :    NO CARRIER
  323.  
  324.  
  325.     Press  ALT-S  to  save your changes,  or ESC  to  exit  without  saving
  326.     anything.
  327.  
  328.  
  329.     SETTING UP COMMIE                             Page 8
  330.     =======================================================================
  331.  
  332.     FILENAMES AND PATHS
  333.     -------------------
  334.  
  335.     COMMIE  maintains  four types of files which may be named by the  User.
  336.     They are:
  337.  
  338.     Function Key files:    These  files contain your macro definitions
  339.                 for  the  function  keys,   and  have    the
  340.                 extension .KEY
  341.  
  342.     Call Record:        The Call Record file is a special log which
  343.                 contains  details  of each  call  you  have
  344.                 made,    together  with    dates,     times    and
  345.                 durations. It has the extension .REC
  346.  
  347.     Text Logs:        Text   Log   files   contain   a   complete
  348.                 transcription     of   all    communications
  349.                 activity. They have the extension .LOG
  350.  
  351.     Dialling Directories:    Dialling Directory files contain the names,
  352.                 numbers  and other details of the  Bulletin
  353.                 Boards you specify. They have the extension
  354.                 .FON
  355.  
  356.     The default name for all the above files is "COMMIE".
  357.  
  358.     Unless  you  specify otherwise,  all these files will be  kept  in    the
  359.     current directory. Any file transfers (uploads and downloads) will also
  360.     use the current directory.    It is recommended that you use this menu to
  361.     specify  separate directories for Uploads,    Downloads and your Log    and
  362.     Key files. This keeps things tidy!
  363.  
  364.     Press  ALT-S  to  save your changes,  or ESC  to  exit  without  saving
  365.     anything.
  366.  
  367.  
  368.     IMPORTANT:     If  you specify a directory that  doesn't  already  exist,
  369.     COMMIE  will create it for you.  It will NOT,  however,  move  existing
  370.     files into that directory.    If,  for example,  you have a number of Key
  371.     files in a directory called \COMMIE\KEYS,  and you decide to change the
  372.     directory name to \COMMIE\MACROS,  you will need to move your Key files
  373.     into  the  new  directory  manually.  It is best to  decide  upon  your
  374.     directory  names before you start using COMMIE,  and then to stick with
  375.     them.
  376.  
  377.     ALSO IMPORTANT: Text Log files cannot be written to a floppy disk drive
  378.     at baud rates higher than 1200.  This is because diskette  I/O  is    not
  379.     fast enough to keep up with serial I/O at higher speeds. Before opening
  380.     a Log file,   COMMIE will check the speed/drive configuration  and will
  381.     refuse  to open the file if the combination is wrong.  Log files may be
  382.     written to a fixed disk drive at any baud rate.
  383.  
  384.  
  385.     SETTING UP COMMIE                             Page 9
  386.     =======================================================================
  387.  
  388.     GENERAL CONFIGURATION
  389.     ---------------------
  390.  
  391.     This  menu    allows    you  to  configure your  terminal  screen  and    the
  392.     parameters that COMMIE uses when dialling.
  393.  
  394.     Keyboard echo:        Most  British  Bulletin Boards    operate  in
  395.                 full   duplex    mode,    which  means   that
  396.                 characters you type are echoed back to    you
  397.                 by the Board and are echoed on your screen.
  398.  
  399.                 If  the Board you are calling does not    use
  400.                 full duplex (unlikely)    or if you are using
  401.                 COMMIE    for  direct  communication  between
  402.                 computers  (ie.without a modem)  then  this
  403.                 option     automatically     echos     all   your
  404.                 keystrokes to the screen.
  405.  
  406.     ANSI graphics:        With this option ON,  COMMIE provides  full
  407.                 ANSI  graphics emulation,  without any need
  408.                 to  have  ANSI.SYS loaded.  ANSI  graphics,
  409.                 used  when  calling a BUlletin    Board  that
  410.                 supports  it,  provide colour  graphics  on
  411.                 your terminal.
  412.  
  413.     Sound:            This   option    enables/disables   COMMIE's
  414.                 internal  sound  - the beeps,    buzzes    and
  415.                 other    strange  noises  that  indicate   a
  416.                 successful  connection,  and the like.     It
  417.                 will  have no effect on sounds    transmitted
  418.                 by a Bulletin Board.
  419.  
  420.  
  421.     Connection timeout:    This parameter controls the length of  time
  422.                 COMMIE    will spend in dialling and  waiting
  423.                 for  a connection.  The recommended setting
  424.                 is 50 seconds.
  425.  
  426.     Auto redial:        When this option is ON,  COMMIE will redial
  427.                 a  number if the engaged tone is  received,
  428.                 and  will keep on redialling until either a
  429.                 connection is made or you tell it to stop.
  430.  
  431.     Pause before redial:    When  Auto  redial is ON,   this  parameter
  432.                 defines the time to wait between  receiving
  433.                 the engaged tone and beginning the  redial.
  434.                 The  pause is needed to allow the telephone
  435.                 exchange  to  clear  down  the    call.    The
  436.                 recommended setting is 5 seconds.
  437.  
  438.     Press  ALT-S  to  save your changes,  or ESC  to  exit  without  saving
  439.     anything.
  440.  
  441.  
  442.     SETTING UP COMMIE                            Page 10
  443.     =======================================================================
  444.  
  445.     SCREEN COLOURS
  446.     --------------
  447.  
  448.     This  menu    allows    you to define your  preferred  screen  colours    for
  449.     COMMIE, and also the style of window used.
  450.  
  451.     Windows come in three flavours - without shadows, with light shadows or
  452.     with dark shadows. On a very few computers, shadows take a long time to
  453.     draw.  If this is the case on your computer,  you will probably want to
  454.     turn them off.
  455.  
  456.     COMMIE  will present you with a menu of the various types of screen  it
  457.     uses,  and for each one it provides a minature demonstration screen and
  458.     a list of available colours.  Use the arrow keys to select the  colours
  459.     required and your choice will be reflected in the demonstration screen.
  460.  
  461.     Press  ALT-S  to  save your changes,  or ESC  to  exit  without  saving
  462.     anything.
  463.  
  464.  
  465.     FUNCTION KEY MACROS                         Page 11
  466.     =======================================================================
  467.  
  468.     COMMIE allows you to set up any number of Key files containing function
  469.     key  macros  -  strings of characters that can be generated  simply  by
  470.     pressing a    function key.  You can,  if you wish,  have a different key
  471.     file  for every Bulletin Board you call.  The appropriate Key file will
  472.     be loaded automatically when the Board's number is dialled.
  473.  
  474.     One excellent use of function key macros is for your name and password.
  475.     It is sensible to have a different password for each Bulletin Board you
  476.     call. Keeping your passwords as function key macros saves you having to
  477.     remember them all.
  478.  
  479.     A  Key file will hold 40  macros - that is 10  function keys in normal,
  480.     shifted, control and alternate modes.
  481.  
  482.     To create or edit a Key file,  press ALT-K.  COMMIE will prompt you for
  483.     the name of the Key file (The extension .KEY is assumed, so there is no
  484.     need  to type it in).  If the file does not already exist,    it will  be
  485.     created. You will then be presented with a window in which all 40 macro
  486.     definitions are displayed in 4 sections - one each for normal, shifted,
  487.     control and alternate modes.
  488.  
  489.     You may move around the screen using the arrow keys. Pressing END takes
  490.     you  first to the end of the current section,  then to the end  of    the
  491.     list.   Similarly,    pressing HOME takes you first to the start  of    the
  492.     current section, then to the start of the list.
  493.  
  494.     To edit or add an entry,  simply type it in.  For fuller details of the
  495.     editing options, see the section on the LINE EDITOR.
  496.  
  497.     There are four special characters which can be included in your macros:
  498.  
  499.  
  500.         !  represents a carriage return.
  501.  
  502.         ^  indicates a control character.  eg ^L is ascii character
  503.            12 (top of form).
  504.  
  505.         ~  generates  a .pause of half a second when the  macro  is
  506.            used.
  507.  
  508.         $  has    a special use.    When used as the first character of
  509.            the macro,  it forces a temporary jump to DOS.  Used  by
  510.            itself,   it has the same effect as pressing ALT-J  (see
  511.            COMMAND SUMMARY).  When followed by a valid DOS command,
  512.            it will execute the command and then return to COMMIE.
  513.  
  514.            Using  the  $  character,  you can call  your  favourite
  515.            editor or file viewing utility with a single keystroke.
  516.  
  517.  
  518.     Press  ALT-S  to  save your changes,  or ESC  to  exit  without  saving
  519.     anything.
  520.  
  521.  
  522.     DIALLING DIRECTORY                            Page 12
  523.     =======================================================================
  524.  
  525.     COMMIE  can use any number of Dialling Directories,  each of which    can
  526.     contain up to 250  entries.  Each directory is kept in a file with    the
  527.     extension .FON.  The default directory name is COMMIE.FON
  528.  
  529.  
  530.     THE DIRECTORY SCREEN
  531.     --------------------
  532.  
  533.     The  contents of the current Dialling Directory are displayed  showing,
  534.     from left to right:
  535.  
  536.         The  name  of the entry (generally the name of    a  Bulletin
  537.         Board).
  538.  
  539.         The telephone number.
  540.  
  541.         The protocol used.  This comprises 5 sections:    baud  rate,
  542.         parity, data bits, stop bits and error correction status.
  543.  
  544.            example:             2400 N81 E
  545.                   2400 baud ─────────┴┴┴┘ │││ │
  546.                   No parity ──────────────┘││ │
  547.                   8 data bits ─────────────┘│ │
  548.                   1 stop bit ───────────────┘ │
  549.                   Error correction enabled ───┘
  550.  
  551.         The name of the Log file associated with the entry, if any.
  552.  
  553.         The name of the Key file associated with the entry, if any.
  554.  
  555.  
  556.     When  COMMIE  is invoked,  the first Dialling Directory entry  (if    one
  557.     exists)   will  be    highlighted in reverse video.    You  may  move    the
  558.     highlight  using the arrow keys.  Pressing HOME and END take you to the
  559.     start and end of the list, respectively, whilst PG UP and PG DN display
  560.     the previous or next page.
  561.  
  562.  
  563.     DIALLING DIRECTORY                            Page 13
  564.     =======================================================================
  565.  
  566.     ADDING AN ENTRY
  567.     ---------------
  568.  
  569.     To add a new entry to the Dialling Directory, press CTRL-A. A window
  570.     will be displayed in which you may specify the following details:
  571.  
  572.     Name:            The  name of the Bulletin Board.  Up to  24
  573.                 characters may be used.
  574.  
  575.     Number:         The  telephone number.    This  may  comprise
  576.                 only  the digits 0 to 9,  spaces dashes and
  577.                 brackets. The non-numeric characters can be
  578.                 used   to  neaten  the    appearance  of    the
  579.                 telephone number,  and will be ignored when
  580.                 the number is dialled.
  581.  
  582.     Baud rate:        Options are 300,  1275, 1200 and 2400. Many
  583.                 Bulletin  Boards advertise their acceptable
  584.                 baud rates by means of CCITT ratings rather
  585.                 than  transmission speeds.  The correlation
  586.                 between  the  two forms of notation  is  as
  587.                 follows:
  588.                         v21    = 300 baud
  589.                         v22    = 1200 baud
  590.                         v22bis = 2400 baud
  591.                         v23    = 1275 baud
  592.  
  593.     Parity:         Options  are  ODD,   EVEN and  NONE.   Most
  594.                 British Bulletin Boards require NONE.
  595.  
  596.     Data bits:        Options are 7 and 8.  Most British Bulletin
  597.                 Boards use 8 data bits.
  598.  
  599.     Stop bits:        Options are 1 and 2. The normal entry is 1.
  600.  
  601.     Error correction:    Defines  whether error correction is to  be
  602.                 enabled  for this entry.  Use only if  your
  603.                 modem    is  capable  of  supporting   error
  604.                 correction. If in doubt, leave it OFF.
  605.  
  606.     Log file:        Defines  the  Text Log file that is  to  be
  607.                 used for this entry, if any.  The file name
  608.                 can have up to 8 characters.  The extension
  609.                 .LOG is assumed and need not be typed in.
  610.  
  611.     Key file:        Defines the Function Key macro file that is
  612.                 to be used for this entry, if any. The file
  613.                 name  can  have  up to 8  characters.    The
  614.                 extension  .KEY is assumed and need not  be
  615.                 typed in.
  616.  
  617.     For details of the editing options available to you, see the section on
  618.     the LINE EDITOR.  Press  ALT-S  to save your changes,  or  ESC  to exit
  619.     without saving anything.
  620.  
  621.     When  you  add (or change)    a  Dialling Directory entry,   it  will  be
  622.     positioned in alphabetic order within the directory listing.
  623.  
  624.  
  625.     DIALLING DIRECTORY                            Page 14
  626.     =======================================================================
  627.  
  628.     EDITING (CHANGING) AN ENTRY
  629.     ---------------------------
  630.  
  631.     To    edit  a  Dialling  Directory  entry,  move  the  highlight  to    the
  632.     appropriate entry and press CTRL-E. You will be presented with the same
  633.     window as is used to add new entries (see previous page).  You may then
  634.     make  the  necessary  changes.   For details  of  the  editing  options
  635.     available to you, see the section on the LINE EDITOR.
  636.  
  637.     Press  ALT-S  to  save your changes,  or ESC  to  exit  without  saving
  638.     anything.
  639.  
  640.  
  641.  
  642.     DELETING AN ENTRY
  643.     -----------------
  644.  
  645.     To    delete    a  Dialling  Directory entry,  move the  highlight  to    the
  646.     appropriate  entry and press CTRL-D.  COMMIE will check that you really
  647.     want to delete the entry before proceeding.
  648.  
  649.  
  650.  
  651.     FINDING AN ENTRY
  652.     ----------------
  653.  
  654.     COMMIE  has a facility to help you quickly find specific entries  in  a
  655.     large  Dialling Directory.    Press CTRL-F,  and you will be prompted for
  656.     the name of the entry to find.  You need not type in the complete name.
  657.     COMMIE  will  attempt to match the characters you type with  the  first
  658.     characters of the name. Case and punctuation are ignored.
  659.  
  660.     If    a matching entry is found,  COMMIE will highlight it.  If more than
  661.     one matching entry exists, COMMIE will highlight the first occurrance.
  662.  
  663.     Another  simple  way  of finding a specific entry is to key  the  first
  664.     letter  of    its name.  COMMIE will move the highlight bar to the  first
  665.     entry beginning with that letter.
  666.  
  667.  
  668.  
  669.     CHANGING DIRECTORIES
  670.     --------------------
  671.  
  672.     To    load  a different Dialling Directory,  press CTRL-L.   COMMIE  will
  673.     prompt  you  for the name of the new directory.  If it doesn't  already
  674.     exist, it will be created. The Dialling Directory screen will change to
  675.     display the contents of the new directory.
  676.  
  677.  
  678.     THE LINE EDITOR                            Page 15
  679.     =======================================================================
  680.  
  681.     Whenever you input or edit entries in COMMIE,  you are using its built-
  682.     in    line editor.  Do not confuse this with the MESSAGE EDITOR which  is
  683.     detailed elsewhere in this manual.
  684.  
  685.     The space in which you make your entry is called the "input field"    and
  686.     is normally displayed in reverse video,  so that you can see how big it
  687.     is. Your entry cannot be larger than the size if the input field.
  688.  
  689.     By default,  the line editor starts off in Overtype mode,  denoted by a
  690.     small,   flashing cursor.  Any characters you type will appear  at    the
  691.     cursor and over-write anything already in the input field.
  692.  
  693.     Pressing  the  INS key will toggle between Overtype and  Insert  modes.
  694.     Insert mode  is  denoted by a large flashing cursor. Any character    you
  695.     type will appear at the cursor, and any characters following it will be
  696.     shifted to the right.
  697.  
  698.     Pressing  the  DEL key will delete the character at the  cursor  whilst
  699.     BACKSPACE  will  delete  the character to the left of the  cursor.     In
  700.     either  case the remaining characters will be shifted to the left,     to
  701.     fill the gap.
  702.  
  703.     Some  input fields accept only a limited range of characters,  numbers,
  704.     for  instance.  If you type an unacceptable character,  a  warning tone
  705.     will sound through the speaker.
  706.  
  707.     Press  ENTER to confirm what you have input,  or ESC to abandon it.  In
  708.     some parts of COMMIE where several inputs may be made at once (eg. when
  709.     editing a Dialling Directory entry), pressing the up or down arrow keys
  710.     will have the same effect as pressing ENTER.
  711.  
  712.  
  713.     Here is a summary of the editing commands available to you:
  714.  
  715.     right arrow          Moves the cursor one place to the right.
  716.     CTRL-right arrow      Moves the cursor to the end of the field.
  717.     left arrow          Moves the cursor one place to the left.
  718.     CTRL-left arrow       Moves the cursor to the start of the field.
  719.     INS              Toggles between Overtype and Insert modes.
  720.     DEL              Deletes the character at the cursor.
  721.     BACKSPACE          Deletes the character to the cursor's left.
  722.     CTRL-BACKSPACE          Deletes the cursor character and everything
  723.                   to its right.
  724.  
  725.     ENTER              Confirm (finish) your input.
  726.     ESC              Abandon your input.
  727.  
  728.  
  729.     CALLING A BULLETIN BOARD                        Page 16
  730.     =======================================================================
  731.  
  732.     AUTOMATIC DIALLING
  733.     ------------------
  734.  
  735.     To    dial  into a Bulletin Board,  use the arrow keys to  highlight    the
  736.     appropriate Dialling Directory entry, and press ENTER.
  737.  
  738.     A  window  will  appear showing the name and telephone  number  of    the
  739.     Bulletin Board,  and COMMIE will instruct the modem to begin  dialling.
  740.     COMMIE will allow the period of time you have specified in the  General
  741.     Configuration screen  to  make a successful connection. As the dialling
  742.     proceeds, the time remaining will be displayed.
  743.  
  744.     If a successful connection is made,  COMMIE will issue a warbling sound
  745.     through the speaker and will transfer to the Terminal Screen.
  746.  
  747.     If    there is a problem,  eg.  the line is engaged,    or no connection is
  748.     made  within the timeout period,  COMMIE will display the reason.    The
  749.     next  step    depends  upon whether you have enabled Auto redial  in    the
  750.     General Configuration screen.  If Auto redial is enabled,  COMMIE  will
  751.     pause for the specified time, then attempt a redial.  If Auto redial is
  752.     not  enabled,  COMMIE will await your instructions.  Pressing the SPACE
  753.     BAR will start a redial, whilst pressing ESC will abandon the attempt.
  754.  
  755.     Dialling  may be abandoned at any point up until connection by pressing
  756.     the ESC key.
  757.  
  758.  
  759.  
  760.     MANUAL DIALLING
  761.     ---------------
  762.  
  763.     To dial a number that does not appear in your Dialling Directory, press
  764.     ALT-M. You will be prompted for the telephone number to dial. Once you
  765.     have input this and pressed ENTER, dialling will proceed exactly as
  766.     detailed above.
  767.  
  768.     When  dialling manually-input numbers,  COMMIE adopts the default  baud
  769.     rate,   protocol and error correction status,  and uses the default Log
  770.     file and Key file. The current settings are shown in the Status Line at
  771.     the bottom of the screen (see the section on the STATUS LINE).  If they
  772.     are not satisfactory, use ALT-P to bring up the Protocol window.
  773.  
  774.  
  775.     THE TERMINAL SCREEN                         Page 17
  776.     =======================================================================
  777.  
  778.     The Terminal Screen displays all communications input and output to the
  779.     user.   It is called automatically upon a successful connection,  or it
  780.     may  be  called  manually  by pressing ALT-T  whilst  in  the  Dialling
  781.     Directory screen.
  782.  
  783.     Calling the terminal screen manually provides a means of  communicating
  784.     directly with the modem.  Try,  for example,  typing "AT"  and pressing
  785.     ENTER. If all is working correctly, the modem should respond with "OK".
  786.  
  787.     At the bottom of the screen are two lines of information.  The lower of
  788.     the  two is the Status line (see the section on the STATUS LINE).    The
  789.     upper  line  gives    the name of the Bulletin Board    to  which  you    are
  790.     currently  connected,   and  displays  a clock  showing  how  long    the
  791.     connection has lasted.
  792.  
  793.     The  commands  available  to you whilst in the Terminal  screen  are  a
  794.     little different to those available from the Dialling Directory.  For a
  795.     full list of available commands, see the COMMAND SUMMARY section.
  796.  
  797.     Three commands, in particular, are worthy of note:
  798.  
  799.     PG UP    allows you to upload (send) files to a Bulletin Board.
  800.  
  801.     PG DN    allows you to download (receive) files from a Bulletin
  802.         Board. (see the section on FILE TRANSFERS for fuller
  803.         details)
  804.  
  805.     ALT-U    allows you to upload a prepared message to a Bulletin
  806.         Board. (see the section on UPLOADING MESSAGES for details.)
  807.  
  808.     Whilst  in the Terminal screen,  pressing a function key will  transmit
  809.     the  macro associated with that function key,  as previously defined by
  810.     you. See the section on FUNCTION KEY MACROS for further details.
  811.  
  812.  
  813.     Press ALT-Q to exit from the Terminal screen, or ALT-H for online help.
  814.  
  815.  
  816.     THE STATUS LINE                            Page 18
  817.     =======================================================================
  818.  
  819.     COMMIE's  Status line is displayed at the bottom of the screen  at    all
  820.     times,   in  both the Dialling Directory and the Terminal screen.    The
  821.     information it provides, reading from left to right, is as follows:
  822.  
  823.     Current protocol    This  comprises  5  sections:    baud  rate,
  824.                 parity,   data bits,  stop bits  and  error
  825.                 correction status.
  826.  
  827.                 example:             2400 N81 E
  828.                       2400 baud ─────────┴┴┴┘ │││ │
  829.                       No parity ──────────────┘││ │
  830.                       8 data bits ─────────────┘│ │
  831.                       1 stop bit ───────────────┘ │
  832.                       Error correction enabled ───┘
  833.  
  834.                 The   current    protocol may   be   changed
  835.                 temporarily  by  pressing ALT-P to call  up
  836.                 the Protocol window.
  837.  
  838.     Echo status        The  Keyboard  Echo  status.  This  may  be
  839.                 toggled  between  ON  and OFF  by  pressing
  840.                 ALT-Y.
  841.  
  842.     ANSI status        The  ANSI  graphics  status.  This  may  be
  843.                 toggled  between  ON and  OFF  by  pressing
  844.                 ALT-G.
  845.  
  846.     Sound status        The  Sound  status.  This  may    be  toggled
  847.                 between ON and OFF by pressing ALT-S.
  848.  
  849.     Log            The  current  Log  file,  if one  has  been
  850.                 specified.   You may enable/disable the Log
  851.                 file by pressing ALT-L.
  852.  
  853.     Key            The  current  Key  file,  if one  has  been
  854.                 specified.
  855.  
  856.  
  857.     The defaults for all these items are those set up in the  Configuration
  858.     screens.  (see the section on SETTING UP COMMIE).  They remain in force
  859.     if the Terminal screen is called manually, or if a Manual Dial is made.
  860.  
  861.     If,  however,  a  Bulletin Board is called from the Dialling Directory,
  862.     the  Status Line will change to reflect the requirements of  the  Board
  863.     being called.
  864.  
  865.  
  866.     FILE TRANSFER                            Page 19
  867.     =======================================================================
  868.  
  869.     COMMIE  acknowledges  and makes use of the DSZ external  file  transfer
  870.     protocols  from Omen Technology Inc.  Several different  protocols    are
  871.     provided  with  COMMIE,  from DSZ and other sources.   Some  of  these,
  872.     including the DSZ ones,  are Shareware.  So if you intend to use COMMIE
  873.     seriously you should do the honourable thing and register your copy  of
  874.     these  protocols.  Details are given in the documentation  accompanying
  875.     the protocol.
  876.  
  877.     This  manual is not the place for a technical discussion on the various
  878.     transfer protocols. Suffice to say:
  879.  
  880.     XMODEM        is  the most common form of file transfer,  and  is
  881.     (DSZ)        supported  by just about every Bulletin Board.     It
  882.             transfers one file at a time. It is sometimes known
  883.             as Ward Christensen protocol, after its inventor.
  884.  
  885.     YMODEM        is  sometimes known as Batch Xmodem,  although this
  886.     (DSZ)        description  is  not  strictly    accurate.   It    can
  887.             transfer a series of files in one session.
  888.  
  889.     ZMODEM        is a powerful batch transmission protocol, designed
  890.     (DSZ)        for speed and reliability even where there is a lot
  891.             of  interference on the telephone line.  It is    not
  892.             supported  by  all Bulletin Boards,  but  is  worth
  893.             using where available.
  894.  
  895.     SEALINK     is a enhanced version of the XMODEM protocol  which
  896.     (SEA Inc.)    is able to deal with multiple files. It was written
  897.             by System Enhancement Associates,  hence its  name.
  898.             One particular advantage of SEALINK is that it uses
  899.             Relaxed  Xmodem protocol,  which is often  able  to
  900.             link  with  certain  Bulletin  Board  Systems  that
  901.             cannot accept standard XMODEM.    The Towernet system
  902.             is  one of these.  If you want to upload files to a
  903.             Towernet board, use SEALINK.
  904.  
  905.     WXMODEM     are  proprietary  versions of the  XMODEM  protocol
  906.     MULTILINK    which  offer  greater  speed  of  transmission    and
  907.             multiple file handling.
  908.  
  909.     KERMIT        is a unique protocol which can handle file transfer
  910.             between computers of different types.
  911.  
  912.  
  913.     FILE TRANSFER                            Page 20
  914.     =======================================================================
  915.  
  916.     UPLOADING (SENDING) FILES
  917.     -------------------------
  918.  
  919.     IMPORTANT:     You  cannot upload files at the split baud rate  of  1275,
  920.     which  effectively    means transmitting at 75  baud.  If your  modem  is
  921.     capable only of 300 baud and 1275 baud (v21/v23), use 300 baud instead.
  922.  
  923.     To    upload a file while online to a Bulletin Board,  press PG UP.    You
  924.     will  be  presented  with  a window  containing  the  various  transfer
  925.     protocols  available.  Use the arrow keys  to  highlight  the  required
  926.     option and press ENTER.
  927.  
  928.     Next, you will be prompted to input the name(s) of the file(s) you want
  929.     to    upload.  There is a slight difference here between Xmodem  and    the
  930.     other protocols. Xmodem can handle only one file at a time, so only one
  931.     filename  may be input.  COMMIE attempts to make a sensible  choice  of
  932.     filename  from  the text that has passed between you and  the  Bulletin
  933.     Board,  and presents it to you to speed things up.    Ymodem and  Zmodem,
  934.     being batch protocols, may accept more than one filename.
  935.  
  936.     A  pathname may be included.  If no path is given,    COMMIE assumes    the
  937.     file to be in the  directory defined as the "Upload  directory"  in the
  938.     FILENAMES AND PATHS screen. As each filename is input, COMMIE checks to
  939.     ensure that the file exists.
  940.  
  941.     The  file transfer can now begin,  and the external routines take  over
  942.     from COMMIE. If you wish to abort the transfer, press CTRL-BREAK.
  943.  
  944.     At    the  end  of  the transfer,  whether it be  aborted  or  terminated
  945.     normally, control returns to COMMIE, which reports on the time taken by
  946.     the transfer. Press ENTER to return to the Terminal screen.
  947.  
  948.  
  949.     FILE TRANSFER                            Page 21
  950.     =======================================================================
  951.  
  952.     DOWNLOADING (RECEIVING) FILES
  953.     -----------------------------
  954.  
  955.     The procedure  for    downloading  files from a Bulletin  Board  is  very
  956.     similar to that for uploading.  From the Terminal screen,  press PG DN,
  957.     and  you  will  be    presented  with  a  window  listing  the  available
  958.     protocols.    Use the arrow keys to highlight the protocol  required    and
  959.     press ENTER.
  960.  
  961.     If you have selected Xmodem, you will next be asked for the name of the
  962.     file  to be received.  Again,  a  pathname is optional,  the  specified
  963.     Download  directory being assumed as a default.  One advantage of using
  964.     Xmodem   is  that  the  received  filename    can  be  different  to    the
  965.     transmitted filename. For Ymodem and Zmodem,  no filenames are required
  966.     because they are transmitted along with the file contents.
  967.  
  968.     Control  now  passes  to the external routines and    the  file  transfer
  969.     begins. Press CTRL-BREAK if you wish to abort the transfer.  At the end
  970.     of the transfer,  control returns to COMMIE,  which reports on the time
  971.     taken.
  972.  
  973.     Press ENTER to return to the Terminal screen.
  974.  
  975.     IF YOU HAVE PROBLEMS  such as not returning to the Terminal  screen  at
  976.     the  end  of a file transfer,  it is likely that there is  insufficient
  977.     free memory available for the external routine to run properly. In this
  978.     case,  examine  the  amount  of  memory  taken  up    by  memory-resident
  979.     utilities (such as SideKick), and try to reduce it.
  980.  
  981.  
  982.     FILE TRANSFER                            Page 22
  983.     =======================================================================
  984.  
  985.     ADDING YOUR OWN EXTERNAL PROTOCOLS
  986.     ----------------------------------
  987.  
  988.     File transfer is controlled by the COMMIE.EXT file. It lists the avail-
  989.     able  protocols and defines how they are called.  Each line of the file
  990.     comprises 5 fields, separated by commas. The 5 fields are as follows:
  991.  
  992.       Field 1:     'U' for an upload protocol or 'D' for a download protocol.
  993.  
  994.       Field 2:     The menu entry. Up to 15 characters enclosed in quotes.
  995.  
  996.       Field 3:     Defines whether filenames must be manually entered by the
  997.          user:
  998.  
  999.             '0' - no filenames to be entered.
  1000.             '1' - a single filename
  1001.             '2' - multiple filenames
  1002.                '-1' - for XMODEM - a single filename implied in the
  1003.                   text.
  1004.  
  1005.       Field 4:     The DOS command line to call the external protocol.  Up to
  1006.          50 characters enclosed in quotes.  The  following  special
  1007.          sets of characters may be included, and will be translated
  1008.          when the command line is passed to DOS:
  1009.  
  1010.             %C  - the communication port in use.
  1011.             %B  - the current baud rate.
  1012.             %P  - the parity: 'n', 'e', or 'o'
  1013.             %F  - the filename(s) to be transferred.
  1014.  
  1015.       Field 5:     Description  of the key combination,  if any,    required to
  1016.          abort the file transfer. eg. "Ctrl-Break".  Up to 14 char-
  1017.          acters enclosed in quotes.
  1018.  
  1019.     NOTE THAT ALL FIELDS MUST BE COMPLETED. A NULL STRING IS SHOWN AS "".
  1020.  
  1021.     Any line beginning with a semi-colon will be regarded as a comment.
  1022.     Blank lines will be ignored.
  1023.  
  1024.  
  1025.     THE MESSAGE EDITOR                            Page 23
  1026.     =======================================================================
  1027.  
  1028.     The  main purpose of a Bulletin Board is for the exchange  of  messages
  1029.     between users. Under normal circumstances, messages are typed in at the
  1030.     keyboard  whilst online,  but occasionally    you may wish to  prepare  a
  1031.     message offline if it is particularly long or if you want to repeat  it
  1032.     on    several boards.  COMMIE provides facilities to make the sending  of
  1033.     prepared messages quick and easy.
  1034.  
  1035.     Press  Alt-E  from the Dialling Directory screen and you will be  taken
  1036.     into the MESSAGE EDITOR. A    prompt at the bottom of the screen will ask
  1037.     for the name of the file (message) you wish to edit. If the message you
  1038.     specify already exists it will be displayed for editing.  If not,    you
  1039.     will be presented with a blank screen ready to recieve it.
  1040.  
  1041.     The  commands  available to you in the message editor are the  same  as
  1042.     those in the LINE EDITOR (see page 15) with a few important additions:
  1043.  
  1044.     Up Arrow          Moves the cursor to the previous line.
  1045.     Down Arrow          Moves the cursor to the next line.
  1046.     Home              Goes to the start of the message.
  1047.     End              Goes to the end of the message.
  1048.     CTRL-backspace          Deletes the text to the right of the cursor.
  1049.     (pressed twice)       Deletes the rest of the message.
  1050.  
  1051.     Simply type in the text of your message.  Words will wrap round at    the
  1052.     end of the line. If you press ENTER, signifying the end of a paragraph,
  1053.     a  block character will appear on the screen.  This is just so that you
  1054.     know where your carriage returns are.  Don't worry about line length or
  1055.     blank lines - COMMIE will take care of all this for you when you upload
  1056.     your message.
  1057.  
  1058.     To save your message, press ALT-S. To exit without saving, press ESC.
  1059.  
  1060.     Messages  are straightforward text files which reside in  your  default
  1061.     upload directory. They do not HAVE to be created by the message editor.
  1062.     You can copy any ascii file into the default upload directory and  edit
  1063.     it using the message editor.
  1064.  
  1065.  
  1066.     UPLOADING MESSAGES
  1067.     ------------------
  1068.  
  1069.     When ready to send a prepared message, press ALT-U.  COMMIE will prompt
  1070.     you  for  the name of the message file.  Having checked that  the  file
  1071.     exists, COMMIE will transmit the message exactly as if you had typed it
  1072.     at the keyboard.
  1073.  
  1074.     When  uploading  messages,    COMMIE transmits the text as  fast  as    the
  1075.     Bulletin Board can handle it, so the speed at which the message is sent
  1076.     (and  echoed  back to your screen)    will reflect the chosen baud  rate.
  1077.     Remember  that  at split speed the transmission rate is effectively  75
  1078.     baud, or approximately 8 characters per second. Quite slow, really, but
  1079.     still  faster  than you can type - unless you are a  very  good  typist
  1080.     indeed!  2400 baud is 32 times faster than this.
  1081.  
  1082.  
  1083.     COMMAND SUMMARY                            Page 24
  1084.     =======================================================================
  1085.  
  1086.     COMMANDS AVAILABLE FROM THE DIRECTORY SCREEN
  1087.     --------------------------------------------
  1088.  
  1089.     ENTER   dial highlighted number    Dials    the   currently-highlighted
  1090.                     Dialling Directory entry.
  1091.  
  1092.     ALT-C   Configuration setup     Calls    the   Configuration   Setup
  1093.                     window.    Allows   COMMIE  to     be
  1094.                     configured   for  your     particular
  1095.                     combination of computer and modem.
  1096.  
  1097.     ALT-E   message Editor        Calls the MESSAGE EDITOR.
  1098.  
  1099.     ALT-H   Help            Displays a help  window  containing
  1100.                     these commands.
  1101.  
  1102.     ALT-J   Jump to DOS         Temporarily jumps  to  DOS,   where
  1103.                     another  program or a  DOS  command
  1104.                     can be executed provided sufficient
  1105.                     memory is available.  Type EXIT  to
  1106.                     return to COMMIE.
  1107.  
  1108.     ALT-K   maintain Key files        Allows you to maintain the Function
  1109.                     Key Macro files.
  1110.  
  1111.     ALT-M   Manual dial         Dials a manually-entered number.
  1112.  
  1113.     ALT-P   change Protocol        Allows current protocol - baud rate,
  1114.                     parity,  data bits and stop bits to
  1115.                     be changed.
  1116.  
  1117.     ALT-T   Terminal mode        Calls the Terminal screen.
  1118.  
  1119.     ALT-X   eXit            Exits COMMIE and returns to DOS.
  1120.  
  1121.  
  1122.  
  1123.     ALT-G   toggle ANSI graphics    Toggles  internal  ANSI,   allowing
  1124.                     colour     graphics   with   Bulletin
  1125.                     Boards that can support it.
  1126.  
  1127.     ALT-L   toggle text Log        Enables/Disables  Log files.   When
  1128.                     ON,   all text passing through    the
  1129.                     modem is recorded in the  specified
  1130.                     file.
  1131.  
  1132.     ALT-S   toggle Sound        Toggles  COMMIE's  internal   sound
  1133.                     generation.
  1134.  
  1135.     ALT-Y   toggle keYboard echo    Toggles echoing of typed characters
  1136.                     to  the screen.  Needed for  direct
  1137.                     link-ups.
  1138.  
  1139.  
  1140.     COMMAND SUMMARY                            Page 25
  1141.     =======================================================================
  1142.  
  1143.     COMMANDS AVAILABLE FROM THE DIRECTORY SCREEN - continued
  1144.     --------------------------------------------
  1145.  
  1146.     CTRL-A  Add new directory entry    Adds a    new entry  to  the  current
  1147.                     Dialling Directory.
  1148.  
  1149.     CTRL-D  Delete directory entry    Deletes  the highlighted entry from
  1150.                     the Dialling Directory.
  1151.  
  1152.     CTRL-E  Edit directory entry    Allows    the highlighted entry to be
  1153.                     edited.
  1154.  
  1155.     CTRL-F  Find directory entry    Finds     a    specified    Dialling
  1156.                     Directory entry.
  1157.  
  1158.     CTRL-L  Load new directory        Loads  or  creates  the   specified
  1159.                     Dialling Directory.
  1160.  
  1161.  
  1162.  
  1163.  
  1164.     COMMANDS AVAILABLE FROM THE TERMINAL SCREEN
  1165.     -------------------------------------------
  1166.  
  1167.     ALT-C   Clear screen        Clears the Terminal screen.
  1168.  
  1169.     ALT-H   Help            Displays  a help window  containing
  1170.                     these commands.
  1171.  
  1172.     ALT-J   Jump to DOS         Temporarily jumps  to  DOS,   where
  1173.                     another  program or a  DOS  command
  1174.                     can be executed provided sufficient
  1175.                     memory is available.  Type EXIT  to
  1176.                     return to COMMIE.
  1177.  
  1178.     ALT-P   change Protocol        Allows current protocol - baud rate,
  1179.                     parity,  data bits and stop bits to
  1180.                     be changed.
  1181.  
  1182.     ALT-Q   Quit terminal mode        Exits  the   Terminal  screen    and
  1183.                     returns  to  the Directory  screen.
  1184.                     Instructs modem to hang up if it is
  1185.                     connected.
  1186.  
  1187.     ALT-U   Upload message        Transmits  a prepared message to  a
  1188.                     Bulletin Board.
  1189.  
  1190.     PG UP   send file(s)        Calls file upload routine.
  1191.  
  1192.     PG DN   receive file(s)        Calls file download routine.
  1193.  
  1194.  
  1195.     COMMAND SUMMARY                            Page 26
  1196.     =======================================================================
  1197.  
  1198.     COMMANDS AVAILABLE FROM THE TERMINAL SCREEN - continued
  1199.     -------------------------------------------
  1200.  
  1201.     ALT-G   toggle ANSI graphics    Toggles  internal  ANSI,   allowing
  1202.                     colour     graphics   with   Bulletin
  1203.                     Boards that can support it.
  1204.  
  1205.     ALT-L   toggle text Log        Enables/Disables  Log files.   When
  1206.                     ON,   all text passing through    the
  1207.                     modem is recorded in the  specified
  1208.                     file.
  1209.  
  1210.     ALT-S   toggle Sound        Toggles  COMMIE's  internal   sound
  1211.                     generation.
  1212.  
  1213.     ALT-Y   toggle keYboard echo    Toggles echoing of typed characters
  1214.                     to  the screen.  Needed for  direct
  1215.                     link-ups.
  1216.  
  1217.  
  1218.  
  1219.  
  1220.     ALT-B   send Break            Transmits  a  500ms break  via    the
  1221.                     modem.
  1222.  
  1223.     CTRL-Q  send XON            Transmits  XON    signal.   Used    for
  1224.                     serial handshaking.
  1225.  
  1226.     CTRL-S  send XOFF            Transmits XOFF    signal.   Used    for
  1227.                     serial handshaking.
  1228.  
  1229.  
  1230.     ACKNOWLEDGEMENTS                            Page 27
  1231.     =======================================================================
  1232.  
  1233.     "No  man is an island."   Shakespeare said it first,  and it  certainly
  1234.     applies to the development of COMMIE.
  1235.  
  1236.     Thanks  is given to all those who helped in this project  by  providing
  1237.     code, testing early versions, cajoling, encouraging and even bullying!
  1238.  
  1239.     In particular, I'd like to thank:
  1240.  
  1241.     "Lookout"  - Sysop of THE CROW'S NEST Bulletin Board,  for thinking
  1242.     of  the whole thing in the first place and for no end of  help    and
  1243.     encouragement.
  1244.     (CROW'S NEST - 0793 813633 - v21/v23/v22/v22bis - 7pm to 7am daily)
  1245.  
  1246.     "Crystal  Gazer"   -  Sysop of CRYSTAL TOWER Bulletin  Board,    for
  1247.     suffering through an early version.
  1248.     (CRYSTAL TOWER - 01 886 2813 -v21/v23/v22/v22bis - 24hrs daily)
  1249.  
  1250.     Brian  Robinson - Sysop of LONDON UNDERGROUND Bulletin Board,    for
  1251.     supplying the DSZ protocols and other invaluable stuff.
  1252.     (LONDON UNDERGROUND - 01  863  0198  -    v21/v23/v22/v22bis -  24hrs
  1253.     daily)
  1254.  
  1255.     Steve Underwood - author of the Towernet BB software,  for  general
  1256.     help on comms.
  1257.  
  1258.     Jim Bates -  Journalist,   raconteur,  assembly language programmer
  1259.     extraordinaire and all round Good Chap.
  1260.  
  1261.     Dave  Collins - self-confessed User,  for encouragement  above    and
  1262.     beyond the call of duty!
  1263.  
  1264.     ... and all others who have expressed an interest in COMMIE.
  1265.  
  1266.  
  1267.  
  1268.  
  1269.     John Sutcliffe
  1270.     June 1988
  1271.  
  1272.     D. P. Software Ltd.
  1273.     58 Atherstone Road
  1274.     Loughborough
  1275.     Leics. LE11 2SJ
  1276.  
  1277.     Tel. (0509) 214835
  1278.